Eclipse Platform
Pre-release 3.0

org.eclipse.ui.contexts
Class ContextManagerFactory

java.lang.Object
  extended byorg.eclipse.ui.contexts.ContextManagerFactory

public final class ContextManagerFactory
extends Object

This class allows clients to broker instances of IContextManager.

This class is not intended to be extended by clients.

EXPERIMENTAL

Since:
3.0

Method Summary
static IMutableContextManager getMutableContextManager()
          Creates a new instance of IMutableContextManager.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getMutableContextManager

public static IMutableContextManager getMutableContextManager()
Creates a new instance of IMutableContextManager.

Returns:
a new instance of IMutableContextManager. Clients should not make assumptions about the concrete implementation outside the contract of the interface. Guaranteed not to be null.

Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.